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
MatrixExtensions
Namespace
MathNet.Numerics.LinearAlgebra
Static Functions
Imaginary
Real
ToComplex
ToComplex32
ToDouble
ToSingle
Public Static Functions
Matrix<T>
Imaginary
(this
Matrix<T>
matrix)
Gets a real matrix representing the imaginary parts of a complex matrix.
Matrix<T>
Real
(this
Matrix<T>
matrix)
Gets a real matrix representing the real parts of a complex matrix.
Matrix<T>
ToComplex
(this
Matrix<T>
matrix)
Converts a matrix to double precision complex numbers.
Matrix<T>
ToComplex32
(this
Matrix<T>
matrix)
Converts a matrix to single precision complex numbers.
Matrix<T>
ToDouble
(this
Matrix<T>
matrix)
Converts a matrix to double precision.
Matrix<T>
ToSingle
(this
Matrix<T>
matrix)
Converts a matrix to single precision.