PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Lapack::identity - Return an identity matrix | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

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.


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Lapack::identity - Return an identity matrix」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Lapack::identity - Return an identity matrix」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: