Click or drag to resize

ISparseSolverProviderTSolve Method

[Missing <summary> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]


Namespace: Altaxo.Calc.Providers.SparseSolver
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
DssStatus Solve(
	DssMatrixStructure matrixStructure,
	DssMatrixType matrixType,
	DssSystemType systemType,
	int rows,
	int cols,
	int nnz,
	int[] rowIdx,
	int[] colPtr,
	T[] values,
	int nRhs,
	T[] rhs,
	T[] solution
)

Parameters

matrixStructure  DssMatrixStructure

[Missing <param name="matrixStructure"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

matrixType  DssMatrixType

[Missing <param name="matrixType"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

systemType  DssSystemType

[Missing <param name="systemType"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

rows  Int32

[Missing <param name="rows"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

cols  Int32

[Missing <param name="cols"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

nnz  Int32

[Missing <param name="nnz"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

rowIdx  Int32

[Missing <param name="rowIdx"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

colPtr  Int32

[Missing <param name="colPtr"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

values  T

[Missing <param name="values"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

nRhs  Int32

[Missing <param name="nRhs"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

rhs  T

[Missing <param name="rhs"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

solution  T

[Missing <param name="solution"/> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

Return Value

DssStatus

[Missing <returns> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider`1.Solve(Altaxo.Calc.Providers.SparseSolver.DssMatrixStructure,Altaxo.Calc.Providers.SparseSolver.DssMatrixType,Altaxo.Calc.Providers.SparseSolver.DssSystemType,System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],`0[],System.Int32,`0[],`0[])"]

See Also