PivotingTest
scalation.mathstat.PivotingTest
object PivotingTest extends App, Pivoting
The PivotingTest
object is used to test the Pivoting
trait.
runMain scalation.mathstat.PivotingTest
Attributes
- Graph
-
- Supertypes
- Self type
-
PivotingTest.type
Members list
Value members
Inherited methods
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
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 2.11.0]
the delayedInit mechanism will disappear - Definition Classes
-
App -> DelayedInit
- Inherited from:
- App
Inherited fields
Attributes
- Inherited from:
- App
In this article