FLARManager 1.1 API Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
FLARMat
Methods
Package
org.libspark.flartoolkit.core
Class
public class FLARMat
Inheritance
FLARMat
NyARMat
Object
Protected Properties
Hide Inherited Protected Properties
Show Inherited Protected Properties
Property
Defined By
m
: Vector.<Vector.<Number>>
配列サイズと行列サイズは必ずしも一致しないことに注意 返された配列のサイズを行列の大きさとして使わないこと!
NyARMat
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
FLARMat
(i_row:int, i_clm:int)
FLARMat
getArray
():Vector.<Vector.<Number>>
NyARMat
getClm
():int
行列の列数を返します。
NyARMat
getRow
():int
行列の行数を返します。
NyARMat
matrixSelfInv
():Boolean
逆行列を計算して、thisへ格納します。
NyARMat
Constructor Detail
FLARMat
()
Constructor
public function FLARMat(i_row:int, i_clm:int)
Parameters
i_row
:int
i_clm
:int
Sun Jan 30 2011, 04:49 PM -08:00