You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Members
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt Members

The following tables list the members exposed by MatrixInt.

 
Name 
Description 
 
Bits 
This is Bits, a member of class MatrixInt. 
 
This is BValues, a member of class MatrixInt. 
 
This is BValues1D, a member of class MatrixInt. 
 
This is IValues, a member of class MatrixInt. 
 
This is IValues1D, a member of class MatrixInt. 
 
This is SValues, a member of class MatrixInt. 
 
This is SValues1D, a member of class MatrixInt. 
 
Name 
Description 
 
Abs 
This is the overview for the Abs method overload. 
 
Add 
This is the overview for the Add method overload. 
 
This is the overview for the Adopt method overload. 
 
This is Assign, a member of class MatrixInt. 
 
This is AssignWithoutCopy, a member of class MatrixInt. 
 
This is the overview for the BinaryAnd method overload. 
 
This is the overview for the BinaryNot method overload. 
 
This is the overview for the BinaryOr method overload. 
 
This is the overview for the BinarySearch method overload. 
 
This is the overview for the BinaryXOr method overload. 
 
This is the overview for the BitPack method overload. 
 
This is the overview for the BitShift method overload. 
 
This is the overview for the BitShiftLeft method overload. 
 
This is the overview for the BitShiftRight method overload. 
 
Sizes the matrix according to bit storage required. 
 
This is the overview for the BitUnpack method overload. 
 
Deinitializes block processing before the final block is processed. 
 
This is the overview for the BlockInit method overload. 
 
Obtains the next subrange of the data. 
 
Sets vector size to zero. 
 
Exchange matrix columns. 
 
Permute the columns of the Src matrix. 
 
Concatenate an array of matrices to single matrix. 
 
This is the overview for the ConcatHorz method overload. 
 
This is the overview for the ConcatVert method overload. 
 
Saves the current value of ConditionCheck property and sets it to false. 
 
Sets the ConditionCheck property to whatever it was before the CondDisable was used. 
 
This is the overview for the Convert method overload. 
 
Copy 
This is the overview for the Copy method overload. 
 
This is the overview for the CopyFromArray method overload. 
 
This is the overview for the CopyToArray method overload. 
 
This is the overview for the CopyVec method overload. 
 
This is the overview for the CountInRange method overload. 
 
This is CreateFromCache, a member of class MatrixInt. 
 
This is the overview for the CumSum method overload. 
 
This is the overview for the DataIndex method overload. 
 
Diag 
Sets the matrix diagonal to values from the vector. 
 
Difference. 
 
Prevents calls to Select
 
Prevents calls to SetSubRange
 
This is the overview for the Disown method overload. 
 
This is Dispose, a member of class MatrixInt. 
 
This is the overview for the Divide method overload. 
 
This is the overview for the DivideBy method overload. 
 
Enables calls to Select
 
Enables calls to SetSubRange
 
Compares two matrices. 
 
This is Equals, a member of class MatrixInt. 
 
Eye 
Constructs an eye matrix. 
 
Find 
This is the overview for the Find method overload. 
 
This is the overview for the FindAndSplit method overload. 
 
This is the overview for the FindMask method overload. 
 
This is the overview for the FlipHor method overload. 
 
This is the overview for the FlipVer method overload. 
 
This is GetCols, a member of class MatrixInt. 
 
This is GetHashCode, a member of class MatrixInt. 
 
This is GetLeadingCols, a member of class MatrixInt. 
 
This is GetRows, a member of class MatrixInt. 
 
Returns null. 
 
Returns the 1D index in to the matrix. 
 
This is the overview for the IsEqual method overload. 
 
Kron 
The Kronecker product between two vectors. 
 
Reads the header information and the values array content from the file. 
 
This is LoadFromStream, a member of class MatrixInt. 
 
This is the overview for the LogicalNot method overload. 
 
Constructs lower triangular matrix. 
 
Max 
This is the overview for the Max method overload. 
 
Compute maximum of each column. 
 
This is the overview for the MaxMin method overload. 
 
Compute maximum and minimum of each column. 
 
This is the overview for the MaxMinIdx method overload. 
 
Compute maximum and minimum of each row. 
 
Compute maximum of each row. 
 
This is the overview for the Median method overload. 
 
Min 
This is the overview for the Min method overload. 
 
Compute minimum of each column. 
 
Compute minimum of each row. 
 
This is the overview for the MulElem method overload. 
 
This is the overview for the Multiply method overload. 
 
This is OnDeserialization, a member of class MatrixInt. 
 
This is the overview for the PBValues method overload. 
 
Pin 
This is Pin, a member of class MatrixInt. 
 
This is the overview for the PIValues method overload. 
 
This is the overview for the PSValues method overload. 
 
Obtains a pointer to the integer value of the vector at Index. 
 
Ramp 
Fills the calling vector elements [Index]..[Index+Len-1]. 
 
Reads the header information from a stream to object. 
 
Read values content from stream to object. 
 
Read the object from the .NET XML stream. 
 
This is the overview for the RemDiv method overload. 
 
Resets object properties to default values. 
 
This is the overview for the Resize method overload. 
 
Resize and transpose. 
 
This is the overview for the Reverse method overload. 
 
This is the overview for the Rotate method overload. 
 
This is the overview for the Rotate90 method overload. 
 
Exchanges two matrix Rows
 
Permute the Rows of the Src matrix. 
 
Write object header and values to a file. 
 
Saves matrix data to MatrixMarket ASCII file format. 
 
This is SaveToStream, a member of class MatrixInt. 
 
Scatter object elements. 
 
Scatters Src elements starting at Offset and with Increment to the calling object.  
 
Scatters Src elements defined with indices stored in Indexes to the calling object.  
 
Scatters Src elements defined with the Mask to the calling object.  
 
Resets any defined selection. 
 
This is the overview for the SetCol method overload. 
 
This is SetCols, a member of class MatrixInt. 
 
Resets any defined subrange. 
 
Resets last defined subrange and pops the subrange stack. 
 
This is the overview for the SetIt method overload. 
 
This is SetLeadingCols, a member of class MatrixInt. 
 
This is the overview for the SetRow method overload. 
 
This is SetRows, a member of class MatrixInt. 
 
Defines a subarray. 
 
This is the overview for the SetSubRange method overload. 
 
This is the overview for the SetSubRangeLevel method overload. 
 
This is the overview for the SetVal method overload. 
 
This is the overview for the SetZero method overload. 
 
This is the overview for the Shift method overload. 
 
Size 
This is the overview for the Size method overload. 
 
This is the overview for the SizeFromArray method overload. 
 
This is the overview for the SizeToArray method overload. 
 
This is the overview for the SortAscend method overload. 
 
This is the overview for the SortDescend method overload. 
 
Splits matrix in blocks. 
 
This is the overview for the StringsToValues method overload. 
 
This is the overview for the Subtract method overload. 
 
This is the overview for the SubtractFrom method overload. 
 
Sum 
This is the overview for the Sum method overload. 
 
Calculates the sum of each of the calling matrix columns. 
 
Calculates the sum of each of the calling matrix Rows
 
Calculates the tensor product of two vectors. 
 
This is TextToValues, a member of class MatrixInt. 
 
this 
Allows setting/getting the real value at position Indx. 
 
This is the overview for the ThreshAbsGT method overload. 
 
This is the overview for the ThreshAbsLT method overload. 
 
This is the overview for the ThreshBottom method overload. 
 
This is the overview for the ThresholdGT_LT method overload. 
 
This is the overview for the ThreshTop method overload. 
 
This is the overview for the Transp method overload. 
 
This is UnPin, a member of class MatrixInt. 
 
Constructs upper triangular matrix. 
 
This is the overview for the ValuesToStrings method overload. 
 
This is the overview for the ValuesToText method overload. 
 
Writes the header information for the calling vector to a stream. 
 
Writes object Values content to a stream. 
 
Write the object to the .NET XML stream. 
 
Name 
Description 
 
Returns true, if the currrent subrange of the vector was also the last subrange in the MatrixInt
 
Sizing the object will not allocate less than Capacity samples. 
 
Specifies increment step for the Capacity property. 
 
Vector Caption. 
 
Cols 
Defines the number of matrix columns. 
 
Defines number of bits stored in one row. 
 
Enables/disable inline condition checking. 
 
First element in object Values array. 
 
Returns data for inspection by the debugger.  
 
Defines internal storage precision which can be either 32, 16 or 8 bit. 
 
Set to true after the SetSubIndex or SetSubRange call. 
 
Last 
Last element in object Values array. 
 
Defines the number of leading columns. 
 
Defines the length in number of samples. 
 
Rows 
Defines the number of matrix Rows. 
 
Specifies the power of two for the scale factor used by some methods. 
 
Tag 
Stores an integer value as a part of the object. 
 
Name 
Description 
 
- 
This is the overview for the - operator overload. 
 
!= 
This is the overview for the != operator overload. 
 
& 
This is the overview for the & operator overload. 
 
* 
This is the overview for the * operator overload. 
 
/ 
This is the overview for the / operator overload. 
 
^ 
This is the overview for the ^ operator overload. 
 
| 
This is the overview for the | operator overload. 
 
+ 
This is the overview for the + operator overload. 
 
< 
This is the overview for the < operator overload. 
 
<< 
Performs bitwise left shift of aValue. 
 
<= 
This is the overview for the <= operator overload. 
 
== 
This is the overview for the == operator overload. 
 
> 
This is the overview for the > operator overload. 
 
>= 
This is the overview for the >= operator overload. 
 
>> 
Performs bitwise right shift of aValue. 
 
byte 
Explicitely convert MatrixInt to array of integer. 
 
Explicitely convert MatrixInt to array of doubles. 
 
Explicitely convert MatrixInt to array of doubles. 
 
int 
Explicitely convert MatrixInt to array of integer. 
 
This is the overview for the MatrixInt operator overload. 
 
Explicitely convert MatrixInt to array of integer. 
 
Implicit type conversion from MatrixInt to TMtxInt. 
 
This is TMtxVecBase, a member of class MatrixInt. 
 
This is TMtxVecInt, a member of class MatrixInt. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!