Packageorg.libspark.flartoolkit.core
Classpublic class FLARMat
InheritanceFLARMat Inheritance NyARMat Inheritance Object



Protected Properties
 PropertyDefined By
 Inheritedm : Vector.<Vector.<Number>>
配列サイズと行列サイズは必ずしも一致しないことに注意 返された配列のサイズを行列の大きさとして使わないこと!
NyARMat
Public Methods
 MethodDefined By
  
FLARMat(i_row:int, i_clm:int)
FLARMat
 Inherited
getArray():Vector.<Vector.<Number>>
NyARMat
 Inherited
getClm():int
行列の列数を返します。
NyARMat
 Inherited
getRow():int
行列の行数を返します。
NyARMat
 Inherited
matrixSelfInv():Boolean
逆行列を計算して、thisへ格納します。
NyARMat
Constructor Detail
FLARMat()Constructor
public function FLARMat(i_row:int, i_clm:int)



Parameters
i_row:int
 
i_clm:int