scalation.mathstat.PivotingTest
The PivotingTest
object is used to test the Pivoting
trait.
runMain scalation.mathstat.PivotingTest
Attributes
-
Graph
-
-
Supertypes
-
trait App
trait DelayedInit
class Object
trait Matchable
class Any
Show all
-
Self type
-
Members list
Attributes
-
Inherited from:
-
App
Attributes
-
Inherited from:
-
App
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
-
Inherited from:
-
Pivoting
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
-
Inherited from:
-
Pivoting
Attributes
-
Deprecated
-
[Since version 2.11.0]
the delayedInit mechanism will disappear
-
Definition Classes
-
App -> DelayedInit
-
Inherited from:
-
App
Attributes
-
Inherited from:
-
App