downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Lapack::leastSquaresByFactorisation> <Lapack::eigenValues
[edit] Last updated: Wed, 19 Jun 2013

view this page in

Lapack::identity

(PECL lapack >= 0.1.0)

Lapack::identityDevuelve una matriz identidad

Descripción

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

Devuelve un matriz identidad de tamaño n.

Parámetros

n

El alto y ancho de la matriz identidad.

Valores devueltos

Devolverá un array de n arrays, cada uno conteniendo n entradas. Las diagonales de la matriz serán unos, las demás posiciones serán cero.



add a note add a note User Contributed Notes Lapack::identity - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites