scalation.mathstat.Pivoting
The Pivoting
trait is used when row or column pivoting of a matrix is needed.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Reorder the columns of matrix a according to the pivot vector piv.
Reorder the columns of matrix a according to the pivot vector piv.
Value parameters
-
a
-
the matrix to reorder
-
piv
-
the vector indicating the column swaps that occurred during pivoting
Attributes
Reorder the rows of matrix a according to the pivot vector piv.
Reorder the rows of matrix a according to the pivot vector piv.
Value parameters
-
a
-
the matrix to reorder
-
piv
-
the vector indicating the row swaps that occurred during pivoting
Attributes