scalation.mathstat.Fac_QR
See theFac_QR companion class
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
-
Members list
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