C# Class SharpFE.LinearSolverSVD

Inheritance: SharpFE.Solvers.LinearSolver
Show file Open project: iainsproat/SharpFE Class Usage Examples

Public Methods

Method Description
LinearSolverSVD ( FiniteElementModel modelToSolve ) : System

Protected Methods

Method Description
Solve ( StiffnessMatrix stiffnessMatrix, KeyedVector forceVector ) : KeyedVector

Method Details

LinearSolverSVD() public method

public LinearSolverSVD ( FiniteElementModel modelToSolve ) : System
modelToSolve FiniteElementModel
return System

Solve() protected method

protected Solve ( StiffnessMatrix stiffnessMatrix, KeyedVector forceVector ) : KeyedVector
stiffnessMatrix StiffnessMatrix
forceVector KeyedVector
return KeyedVector