Namespaces
MathNet.Numerics
MathNet.Numerics.Differentiation
MathNet.Numerics.Distributions
MathNet.Numerics.Financial
MathNet.Numerics.IntegralTransforms
MathNet.Numerics.Integration
MathNet.Numerics.Interpolation
MathNet.Numerics.LinearAlgebra
MathNet.Numerics.LinearAlgebra.Complex
MathNet.Numerics.LinearAlgebra.Complex.Solvers
MathNet.Numerics.LinearAlgebra.Complex32
MathNet.Numerics.LinearAlgebra.Complex32.Solvers
MathNet.Numerics.LinearAlgebra.Double
MathNet.Numerics.LinearAlgebra.Double.Solvers
MathNet.Numerics.LinearAlgebra.Factorization
MathNet.Numerics.LinearAlgebra.Single
MathNet.Numerics.LinearAlgebra.Single.Solvers
MathNet.Numerics.LinearAlgebra.Solvers
MathNet.Numerics.LinearAlgebra.Storage
MathNet.Numerics.LinearRegression
MathNet.Numerics.OdeSolvers
MathNet.Numerics.Optimization
MathNet.Numerics.Optimization.LineSearch
MathNet.Numerics.Optimization.ObjectiveFunctions
MathNet.Numerics.Optimization.TrustRegion
MathNet.Numerics.Providers
MathNet.Numerics.Providers.FourierTransform
MathNet.Numerics.Providers.LinearAlgebra
MathNet.Numerics.Providers.SparseSolver
MathNet.Numerics.Random
MathNet.Numerics.RootFinding
MathNet.Numerics.Statistics
MathNet.Numerics.Statistics.Mcmc
Types in MathNet.Numerics.LinearAlgebra
CreateMatrix
CreateVector
ExistingData
Matrix<T>
MatrixBuilder<T>
MatrixExtensions
Symmetricity
Vector<T>
VectorBuilder<T>
VectorExtensions
Zeros
Type
VectorExtensions
Namespace
MathNet.Numerics.LinearAlgebra
Static Functions
Imaginary
Real
ToComplex
ToComplex32
ToDouble
ToSingle
Public Static Functions
Vector<T>
Imaginary
(this
Vector<T>
vector)
Gets a real vector representing the imaginary parts of a complex vector.
Vector<T>
Real
(this
Vector<T>
vector)
Gets a real vector representing the real parts of a complex vector.
Vector<T>
ToComplex
(this
Vector<T>
vector)
Converts a vector to double precision complex numbers.
Vector<T>
ToComplex32
(this
Vector<T>
vector)
Converts a vector to single precision complex numbers.
Vector<T>
ToDouble
(this
Vector<T>
vector)
Converts a vector to double precision.
Vector<T>
ToSingle
(this
Vector<T>
vector)
Converts a vector to single precision.