VectorBuilder<T>.OfStorage Method |
Create a new vector straight from an initialized matrix storage instance.
If you have an instance of a discrete storage type instead, use their direct methods instead.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic Vector<T> OfStorage(
VectorStorage<T> storage
)
Parameters
- storage VectorStorage<T>
[Missing <param name="storage"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.OfStorage(Altaxo.Calc.LinearAlgebra.Storage.VectorStorage{`0})"]
Return Value
Vector<T>[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.OfStorage(Altaxo.Calc.LinearAlgebra.Storage.VectorStorage{`0})"]
See Also