Gaussian |
public VectorT Solve<VectorT>( IROMatrix<double> A, IReadOnlyList<double> b, Func<int, VectorT> vectorCreation ) where VectorT : Object, IVector<double>
[Missing <typeparam name="VectorT"/> documentation for "M:Altaxo.Calc.LinearAlgebra.GaussianEliminationSolver.Solve``1(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Func{System.Int32,``0})"]
[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.GaussianEliminationSolver.Solve``1(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Func{System.Int32,``0})"]