C# Class toop_project.src.Preconditioner.LLTPreconditioner

Inheritance: IPreconditioner
Datei anzeigen Open project: ProjectSun/toop-project

Public Methods

Method Description
Create ( BaseMatrix source ) : LLTPreconditioner
QMultiply ( Vector x ) : Vector
QSolve ( Vector x ) : Vector
SMultiply ( Vector x ) : Vector
SSolve ( Vector x ) : Vector

Private Methods

Method Description
LLTPreconditioner ( ) : System

Method Details

Create() public static method

public static Create ( BaseMatrix source ) : LLTPreconditioner
source toop_project.src.Matrix.BaseMatrix
return LLTPreconditioner

QMultiply() public method

public QMultiply ( Vector x ) : Vector
x toop_project.src.Vector_.Vector
return toop_project.src.Vector_.Vector

QSolve() public method

public QSolve ( Vector x ) : Vector
x toop_project.src.Vector_.Vector
return toop_project.src.Vector_.Vector

SMultiply() public method

public SMultiply ( Vector x ) : Vector
x toop_project.src.Vector_.Vector
return toop_project.src.Vector_.Vector

SSolve() public method

public SSolve ( Vector x ) : Vector
x toop_project.src.Vector_.Vector
return toop_project.src.Vector_.Vector