ai.dragonfly.math.matrix.decomposition

Members list

Type members

Classlikes

object Cholesky

Attributes

Companion
class
Source
Cholesky.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Cholesky.type
class Cholesky[N <: Int]

Attributes

Companion
object
Source
Cholesky.scala
Supertypes
class Object
trait Matchable
class Any
object Eigen

Attributes

Companion
class
Source
Eigen.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Eigen.type
class Eigen[N <: Int]

Check for symmetry, then construct the eigenvalue decomposition Structure to access D and V.

Check for symmetry, then construct the eigenvalue decomposition Structure to access D and V.

Value parameters

Arg

Square matrix

Attributes

Companion
object
Source
Eigen.scala
Supertypes
class Object
trait Matchable
class Any
object LU

Attributes

Companion
class
Source
LU.scala
Supertypes
class Object
trait Matchable
class Any
Self type
LU.type
class LU[M <: Int, N <: Int]

LU Decomposition Structure to access L, U and piv.

LU Decomposition Structure to access L, U and piv.

Value parameters

A

Rectangular matrix

Attributes

Companion
object
Source
LU.scala
Supertypes
class Object
trait Matchable
class Any
object QR

Attributes

Companion
class
Source
QR.scala
Supertypes
class Object
trait Matchable
class Any
Self type
QR.type
class QR[M <: Int, N <: Int]

QR Decomposition, computed by Householder reflections. Structure to access R and the Householder vectors and compute Q.

QR Decomposition, computed by Householder reflections. Structure to access R and the Householder vectors and compute Q.

Value parameters

A

Rectangular matrix

Attributes

Companion
object
Source
QR.scala
Supertypes
class Object
trait Matchable
class Any
object SV

Attributes

Companion
class
Source
SV.scala
Supertypes
class Object
trait Matchable
class Any
Self type
SV.type
class SV[M <: Int, N <: Int]

Construct the singular value decomposition Structure to access U, S and V.

Construct the singular value decomposition Structure to access U, S and V.

Value parameters

M

Rectangular matrix

Attributes

Companion
object
Source
SV.scala
Supertypes
class Object
trait Matchable
class Any