Pivoting

scalation.mathstat.Pivoting
trait 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
class Fac_QR_RR
object PivotingTest

Members list

Value members

Concrete methods

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