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
trait Pivoting
trait App
trait DelayedInit
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

final protected def args: Array[String]

Attributes

Inherited from:
App
final def main(args: Array[String]): Unit

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

override def delayedInit(body: => Unit): Unit

Attributes

Deprecated
[Since version 2.11.0] the delayedInit mechanism will disappear
Definition Classes
App -> DelayedInit
Inherited from:
App

Concrete fields

val a: MatrixD
val piv: VectorI

Inherited fields

final val executionStart: Long

Attributes

Inherited from:
App