Fac_QR_RR

scalation.mathstat.Fac_QR_RR
See theFac_QR_RR companion class
object Fac_QR_RR

The Fac_QR_RR object provides a convenient way to determine the rank of matrix.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Fac_QR_RR.type

Members list

Value members

Concrete methods

def rank(a: MatrixD): Int

Return the rank (number of independent columns) of matrix 'a'.

Return the rank (number of independent columns) of matrix 'a'.

Value parameters

a

the matrix whose rank is to be determined

Attributes