ai.dragonfly.math.matrix.decomposition

Members list

Concise view

Type members

Classlikes

object Cholesky

Attributes

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

Attributes

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

Attributes

Companion:
class
Source:
Eigen.scala
Graph
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.

Attributes

Arg

Square matrix

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

Attributes

Companion:
class
Source:
LU.scala
Graph
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.

Attributes

A

Rectangular matrix

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

Attributes

Companion:
class
Source:
QR.scala
Graph
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.

Attributes

A

Rectangular matrix

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

Attributes

Companion:
class
Source:
SV.scala
Graph
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.

Attributes

M

Rectangular matrix

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