Fac_QR

scalation.mathstat.Fac_QR
See theFac_QR companion class
object Fac_QR

The Fac_QR companion object provides a factory method and example matrices to factor.

Attributes

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

Members list

Value members

Concrete methods

def apply(aa: MatrixD, needQ: Boolean): Factorization

Create a Fac_QR object when m >= n or a Fac_LQ object otherwise (more column than rows).

Create a Fac_QR object when m >= n or a Fac_LQ object otherwise (more column than rows).

Value parameters

aa

the matrix to be factored into q and r

needQ

flag indicating whether a full q matrix is needed

Attributes

Concrete fields

val a1: MatrixD
val a2: MatrixD
val a3: MatrixD
val a4: MatrixD
val a5: MatrixD
val a6: MatrixD