update : 2015.11.03
php.shukuma.com

검색:
 
 
Return an identity matrix

Lapack::identity

(PECL lapack >= 0.1.0)

Lapack::identityReturn an identity matrix

설명

public static array Lapack::identity ( int $n )

Return a size n identity matrix

인수

n

The height and width of the identity matrix.

반환값

Will return a an array of n arrays, each containing n entries. The diagonals of the matrix will be 1s, the other positions 0.