Returns true if the matrix data is in column major contiguous storage.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool IsCompactStride { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsCompactStride As Boolean
Visual C++
public:
property bool IsCompactStride {
	bool get ();
}

See Also