scalation.mathstat.Fac_Inverse
See theFac_Inverse companion class
The Fac_Inverse
companion object provides methods for matrix imversion.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Invert matrix a (requires a square matrix) and use partial pivoting. Augmented matrix [ b | c ] = [ a | I ] -> [ I | a^-1 ]
Invert matrix a (requires a square matrix) and use partial pivoting. Augmented matrix [ b | c ] = [ a | I ] -> [ I | a^-1 ]
Value parameters
-
the
-
matrix whose inverse is sought
Attributes
Invert a lower triangular matrix a (requires a square matrix).
Invert a lower triangular matrix a (requires a square matrix).
Value parameters
-
a
-
the lower triangular (lt) matrix whose inverse is sought
Attributes
-
See also
-
Invert an upper triangular matrix a (requires a square matrix).
Invert an upper triangular matrix a (requires a square matrix).
Value parameters
-
a
-
the upper triangular (ut) matrix whose inverse is sought
Attributes
-
See also
-