NMath Core Reference Guide Version 2.4

DoubleMatrix Class

Class DoubleMatrix represents a general mathematical matrix class of double-precision floating point numbers. Methods are provided for performing algebraic operations, data manipulation, and slicing.

For a list of all members of this type, see DoubleMatrix Members.

System.Object
   CenterSpace.NMath.Core.DoubleMatrix

public class DoubleMatrix : IEnumerable, ICloneable, ISerializable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: CenterSpace.NMath.Core

Assembly: NMathCoreMath (in NMathCoreMath.dll)

See Also

DoubleMatrix Members | CenterSpace.NMath.Core Namespace