The FloatSymBandMatrix type exposes the following members.

Constructors

  NameDescription
FloatSymBandMatrixOverloaded.

Methods

  NameDescription
AddOverloaded.
Clone
Creates a deep copy of this matrix.
DeepenThisCopy
Guarantees that there is only one reference to the underlying data and that this data is in contiguous storage.
DiagonalOverloaded.
DivideOverloaded.
Equals
Tests for equality of this matrix and another matrix. Two matrices are equal if they have the same dimensions, upper bandwidth and all values are equal.
(Overrides Object..::.Equals(Object).)
GetHashCode
Returns an integer hash code for this matrix.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LeadingSubmatrix
Returns the k by k upper left corner of the matrix.
MultiplyOverloaded.
Negate
Negation operator.
ResizeOverloaded.
ShallowCopy
Creates a shallow copy of this matrix.
SubtractOverloaded.
ToStringOverloaded.
Transpose
Returns this matrix.

Operators

  NameDescription
AdditionOverloaded.
DivisionOverloaded.
Equality
Tests for equality of two symmetric banded matrices. Two matrices are equal if they have the same dimensions, and half bandwidth, and all values are equal.
Inequality
Tests for equality of two symmetric banded matrices. Two matrices are equal if they have the same dimensions, and half bandwidths, and all values are equal.
MultiplyOverloaded.
SubtractionOverloaded.
UnaryNegation
Negation operator.
UnaryPlus
Unary + operator. Just returns the input matrix.

Properties

  NameDescription
Bandwidth
Gets the bandwidth of the matrix.
Cols
Gets the number of columns in the matrix.
DataVector
Gets the data vector referenced by this matrix.
HalfBandwidth
Gets the half bandwidth of the matrix.
Item
Gets and sets the value at the specified position.
Order
Gets the order of the matrix (the number of rows and columns).
Rows
Gets the number of rows in the matrix.

See Also