PivotedCholesky

scalismo.numerics.PivotedCholesky$
See thePivotedCholesky companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class AbsoluteTolerance(tol: Double) extends StoppingCriterion

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class NumberOfEigenfunctions(n: Int) extends StoppingCriterion

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RelativeTolerance(tol: Double) extends StoppingCriterion

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait StoppingCriterion

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def computeApproximateCholesky[D : NDSpace, DO : NDSpace](kernel: MatrixValuedPDKernel[D], xs: IndexedSeq[Point[D]], stoppingCriterion: StoppingCriterion): PivotedCholesky
def computeApproximateCholesky[D : NDSpace](kernel: PDKernel[D], xs: IndexedSeq[Point[D]], stoppingCriterion: StoppingCriterion): PivotedCholesky
def computeApproximateCholesky(A: DenseMatrix[Double], stoppingCriterion: StoppingCriterion): PivotedCholesky
def computeApproximateEig(A: DenseMatrix[Double], sc: StoppingCriterion): (DenseMatrix[Double], DenseVector[Double])
def computeApproximateEig[D : NDSpace](kernel: MatrixValuedPDKernel[D], xs: IndexedSeq[Point[D]], stoppingCriterion: StoppingCriterion): (DenseMatrix[Double], DenseVector[Double])
def computeApproximateEig[D : NDSpace, DO : NDSpace](kernel: PDKernel[D], xs: IndexedSeq[Point[D]], D: Double, stoppingCriterion: StoppingCriterion): (DenseMatrix[Double], DenseVector[Double])