逆行列を求めます。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Matrix Inverse(
Matrix mat
)
Public Shared Function Inverse (
mat As Matrix
) As Matrix
public:
static Matrix Inverse(
Matrix mat
)
static member Inverse :
mat : Matrix -> Matrix
Parameters
- mat
- Type: LuminoMatrix
処理の基になる行列
Return Value
Type:
Matrix[Missing <returns> documentation for "M:Lumino.Matrix.Inverse(Lumino.Matrix)"]
See Also