slash.matrix
Members list
Type members
Classlikes
This library is fundamentally an adaptation of the Java Mat library, JaMa, by MathWorks Inc. and the National Institute of Standards and Technology.
Attributes
- Source
- Mat.scala
- Supertypes
Attributes
- Companion
- class
- Source
- MatrixSpace.scala
- Supertypes
- Self type
-
MatrixSpace.type
Attributes
- Companion
- object
- Source
- MatrixSpace.scala
- Supertypes
Attributes
- Source
- Util.scala
- Supertypes
- Self type
-
Util.type
Extensions
Extensions
Mat determinant https://en.wikipedia.org/wiki/Determinant the determinant is nonzero if and only if the matrix is invertible and the linear map represented by the matrix is an isomorphism
Mat determinant https://en.wikipedia.org/wiki/Determinant the determinant is nonzero if and only if the matrix is invertible and the linear map represented by the matrix is an isomorphism
Attributes
- Returns
-
the determinant of this matrix.
- Source
- package.scala
https://en.wikipedia.org/wiki/Invertible_matrix
https://en.wikipedia.org/wiki/Invertible_matrix
Computes the inverse of Square Mat m.
Attributes
- Returns
-
the inverse of matrix m
- Throws
-
RuntimeException
"Mat is singular." )
- Source
- package.scala
Mat condition (2 norm)
Mat condition (2 norm)
Attributes
- Returns
-
ratio of largest to smallest singular value.
- Source
- package.scala
Solve b * m = I[N, N] m = Mat[M, N] with M > N and Rank = N, has a left inverse b = Mat[N, M] such that b * m = I[N, N]
Solve b * m = I[N, N] m = Mat[M, N] with M > N and Rank = N, has a left inverse b = Mat[N, M] such that b * m = I[N, N]
Attributes
- Returns
-
b = Mat[N, M] the Left Inverse of Mat m.
- Source
- package.scala
Two norm
Mat rank
m = Mat[M, N] with M < N and Rank = M, has a right inverse b = Mat[N, M] such that m * b = Identity[M, M]
m = Mat[M, N] with M < N and Rank = M, has a right inverse b = Mat[N, M] such that m * b = Identity[M, M]
Attributes
- Returns
-
the Right Inverse of Mat a.
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala