public interface INArray<T, D> : IConsole,
IStorage<T>, IStorageBinary, IArrayArithmetic<T, D>, IArithmetic<T>,
IArrayMath<T, D>, IMath<T>
where T : Object, INArray<T, D>
where D : Object, INumber<D>
Public Interface INArray(Of T As {Object, INArray(Of T, D)}, D As {Object, INumber(Of D)})
Inherits IConsole, IStorage(Of T), IStorageBinary,
IArrayArithmetic(Of T, D), IArithmetic(Of T), IArrayMath(Of T, D),
IMath(Of T)generic<typename T, typename D>
where T : Object, INArray<T, D>
where D : Object, INumber<D>
public interface class INArray : IConsole,
IStorage<T>, IStorageBinary, IArrayArithmetic<T, D>, IArithmetic<T>,
IArrayMath<T, D>, IMath<T>type INArray<'T, 'D when 'T : Object and INArray<'T, 'D> when 'D : Object and INumber<'D>> =
interface
interface IConsole
interface IStorage<'T>
interface IStorageBinary
interface IArrayArithmetic<'T, 'D>
interface IArithmetic<'T>
interface IArrayMath<'T, 'D>
interface IMath<'T>
end| data | Data |
| IsColVector | Returns true if it's a column vector |
| IsMatrix | Returns true if it's a matrix |
| IsRowVector | Returns true if it's a row vector |
| ItemInt32 | Item |
| ItemInt32 | Item |
| ItemInt32, Int32 | Item |
| ItemInt32, Int32, Int32 | Item |
| Matrix | Returns a matrix if it's a matrix |
| memsize |
Number of bytes allocated for the Object.
(Inherited from IConsole) |
| ndims | Number of dimensions |
| numel | Number of elements |
| size | Size |
| Vector | Returns a vector if it's a vector |
| Acos |
Returns the angle whose cosine is the specified number.
(Inherited from IMathT) |
| Acosh |
Returns the angle whose hyperbolic cosine is the specified number.
(Inherited from IMathT) |
| Add |
Returns the sum of the object and b.
(Inherited from IArithmeticT) |
| Asin |
Returns the angle whose sine is the specified number.
(Inherited from IMathT) |
| Asinh |
Returns the angle whose hyperbolic sine is the specified number.
(Inherited from IMathT) |
| Atan |
Returns the angle whose tangent is the specified number.
(Inherited from IMathT) |
| Atanh |
Returns the angle whose hyperbolic tangent is the specified number.
(Inherited from IMathT) |
| BinaryDeserialize |
Binary Deserialize an Object from File.
(Inherited from IStorageT) |
| BinaryDeserializeFromByteArray |
Binary Deserialize an Object from a byte array.
(Inherited from IStorageT) |
| BinarySerialize |
Binary Serialize an Object to File.
(Inherited from IStorageT) |
| BinarySerializeToByteArray |
Binary Serialize an Object to a byte array.
(Inherited from IStorageT) |
| BinarySetDataFrom |
Set object data from Binary Reader.
(Inherited from IStorageBinary) |
| BinaryWriteDataTo |
Write object data to Binary Writer.
(Inherited from IStorageBinary) |
| Conj |
Returns the complex conjugate.
(Inherited from IMathT) |
| Copy | Returns a copy of the array |
| Cos |
Returns the cosine of the specified angle.
(Inherited from IMathT) |
| Cosh |
Returns the hyperbolic cosine of the specified angle.
(Inherited from IMathT) |
| Debug |
Debug an Object
(Inherited from IConsole) |
| Divide |
Returns the quotient of the object and b.
(Inherited from IArithmeticT) |
| Exp |
Returns e raised to the specified power.
(Inherited from IMathT) |
| GetItem1d | Get Item |
| GetItem2d | Get Item |
| GetItem3d | Get Item |
| GetItemNd | Get Item |
| GetItems1d | Get Items |
| GetItemsNd | Get Items |
| HorzCat | Concatenate 2D-Arrays (Matrixes) horizontally |
| Identity | Initializes a Identity 2D-Array (Matrix) |
| Init1d | Initializes a 1D-Array (Vector) |
| Init1dData(D) | Initializes a 1D-Array (Vector) and creates a copy of the data |
| Init1dData(D, Boolean) | Initializes a 1D-Array (Vector) |
| Init2d | Initializes a 2D-Array (Matrix) |
| Init2dData(D) | Initializes a 2D-Array (Matrix) |
| Init2dData(D) | Initializes a 2D-Array (Matrix) |
| Init3d | Initializes a 3D-Array |
| Init3dData(D) | Initializes a 3D-Array (Matrix) |
| Init3dData(D) | Initializes a 3D-Array |
| InitDbl | Initializes a Array. |
| InitNd | Initializes a ND-Array |
| InterchangeRows | Interchange Rows in 2D-Array (Matrix) |
| LAdd |
Returns the sum of the object and b.
(Inherited from IArrayArithmeticT, O) |
| LDivide |
Returns the quotient of the object and b.
(Inherited from IArrayArithmeticT, O) |
| LLog |
Returns the logarithm of a specified number (object) in a specified base (b).
(Inherited from IArrayMathT, O) |
| LMultiply |
Returns the product of the object and b.
(Inherited from IArrayArithmeticT, O) |
| Log |
Returns the natural (base e) logarithm of a specified number.
(Inherited from IMathT) |
| Log(T) |
Returns the logarithm of a specified number in a specified base.
(Inherited from IMathT) |
| Log10 |
Returns the base 10 logarithm of a specified number.
(Inherited from IMathT) |
| LPow |
Returns a specified number (object) raised to the specified power (b).
(Inherited from IArrayMathT, O) |
| LSubtract |
Returns the difference of the object and b.
(Inherited from IArrayArithmeticT, O) |
| Multiply |
Returns the product of the object and b.
(Inherited from IArithmeticT) |
| Negative |
Returns the negative of the object.
(Inherited from IArithmeticT) |
| Ones1d | Initializes a 1D-Array (Vector) with all values = 1 |
| Ones2d | Initializes a 2D-Array (Matrix) with all values = 1 |
| Ones3d | Initializes a 3D-Array with all values = 1 |
| OnesNd | Initializes a ND-Array with all values = 1 |
| Pow(T) |
Returns a specified number raised to the specified power.
(Inherited from IMathT) |
| Pow(Int32) |
Returns a specified number raised to the specified power.
(Inherited from IMathT) |
| RAdd |
Returns the sum of a and the object.
(Inherited from IArrayArithmeticT, O) |
| RDivide |
Returns the quotient of the a and the object.
(Inherited from IArrayArithmeticT, O) |
| Reshape | Reshapes the array |
| RLog |
Returns the logarithm of a specified number (a) in a specified base (object).
(Inherited from IArrayMathT, O) |
| RMultiply |
Returns the product of the a and the object.
(Inherited from IArrayArithmeticT, O) |
| RPow |
Returns a specified number (a) raised to the specified power (object).
(Inherited from IArrayMathT, O) |
| RSubtract |
Returns the difference of a and the object.
(Inherited from IArrayArithmeticT, O) |
| SetItem1d | Set Item |
| SetItem2d | Set Item |
| SetItem3d | Set Item |
| SetItemNd | Set Item |
| SetItems1d | Set Items |
| SetItemsNd | Set Items |
| SetSameItem1d | Set Same Item |
| SetSameItemNd | Set Same Item |
| Sin |
Returns the sine of the specified angle.
(Inherited from IMathT) |
| Sinh |
Returns the hyperbolic sine of the specified angle.
(Inherited from IMathT) |
| Sqrt |
Returns the square root of a specified number.
(Inherited from IMathT) |
| Subtract |
Returns the difference of the object and b.
(Inherited from IArithmeticT) |
| Tan |
Returns the tangent of the specified angle.
(Inherited from IMathT) |
| Tanh |
Returns the hyperbolic tangent of the specified angle.
(Inherited from IMathT) |
| ToString |
Override ToString() to display an Object.
(Inherited from IConsole) |
| Transpose | Transpose 2D-Array (Matrix) |
| VertCat | Concatenate 2D-Arrays (Matrixes) vertically |
| XmlDeserialize |
Xml Deserialize an Object from File.
(Inherited from IStorageT) |
| XmlDeserializeFromString |
Xml Deserialize an Object from String.
(Inherited from IStorageT) |
| XmlSerialize |
Xml Serialize an Object to File.
(Inherited from IStorageT) |
| XmlSerializeToString |
Xml Serialize an Object to String.
(Inherited from IStorageT) |
| Zeros1d | Initializes a 1D-Array (Vector) with all values = 0 |
| Zeros2d | Initializes a 2D-Array (Matrix) with all values = 0 |
| Zeros3d | Initializes a 3D-Array with all values = 0 |
| ZerosNd | Initializes a ND-Array with all values = 0 |