Méthode | Description | |
---|---|---|
Calc ( |
Calcs.
|
|
Calc ( |
Calcs.
|
|
Combine ( ) : |
Combines the given v.
|
|
ContainsNaN ( |
Query if 'vector' contains NaN.
|
|
Diag ( |
Diags.
|
|
Diag ( |
Diags.
|
|
Dot ( |
Dots.
|
|
Exp ( |
Exponents the given v.
|
|
IsNaN ( |
Query if 'vector' is NaN.
|
|
Log ( |
Logs the given v.
|
|
Norm ( |
Normals.
|
|
Norm ( |
Normals.
|
|
NormRand ( int n, double mean, double stdDev = 1, int precision = -1 ) : |
Normalise random.
|
|
Ones ( int n ) : |
Ones.
|
|
Outer ( |
Outers.
|
|
Prod ( |
Products the given v.
|
|
Rand ( int n ) : |
Rands.
|
|
Round ( |
Rounds.
|
|
SortOrder ( |
Sort order.
|
|
Sum ( |
Sums the given v.
|
|
Zeros ( int n ) : |
Zeros.
|
|
operator ( ) : IEnumerable |
Returns an array of matching indices where each value is less than the supplied value.
|
|
operator ( ) : |
Mod operator.
|
|
operator ( ) : bool |
Inequality operator.
|
public static Calc ( |
||
v | A variable-length parameters list containing v. | |
f | double>.Func | The Func<int,double,double> to process. |
Résultat |
public static Calc ( |
||
v | A variable-length parameters list containing v. | |
f | Func |
The Func<int,double,double> to process. |
Résultat |
public static ContainsNaN ( |
||
vector | The vector. | |
Résultat | bool |
public static Diag ( |
||
v | A variable-length parameters list containing v. | |
Résultat | Matrix |
public static Diag ( |
||
v | A variable-length parameters list containing v. | |
n | int | The int to process. |
d | int | The int to process. |
Résultat | Matrix |
public static Dot ( |
||
one | The one. | |
two | The two. | |
Résultat | double |
public static Exp ( |
||
v | A variable-length parameters list containing v. | |
Résultat |
public static IsNaN ( |
||
vector | The vector. | |
Résultat | bool |
public static Log ( |
||
v | A variable-length parameters list containing v. | |
Résultat |
public static Norm ( |
||
x | The Vector to process. | |
Résultat | double |
public static Norm ( |
||
x | The Vector to process. | |
p | double | The double to process. |
Résultat | double |
public static NormRand ( int n, double mean, double stdDev = 1, int precision = -1 ) : |
||
n | int | The int to process. |
mean | double | (Optional) the mean. |
stdDev | double | (Optional) the standard development. |
precision | int | (Optional) the precision. |
Résultat |
public static Ones ( int n ) : |
||
n | int | The int to process. |
Résultat |
public static Outer ( |
||
x | The Vector to process. | |
y | The Vector to process. | |
Résultat | Matrix |
public static Prod ( |
||
v | A variable-length parameters list containing v. | |
Résultat | double |
public static Rand ( int n ) : |
||
n | int | The int to process. |
Résultat |
public static Round ( |
||
v | A variable-length parameters list containing v. | |
decimals | int | (Optional) the decimals. |
Résultat |
public static SortOrder ( |
||
vector | The vector. | |
Résultat |
public static Sum ( |
||
v | A variable-length parameters list containing v. | |
Résultat | double |
public static Zeros ( int n ) : |
||
n | int | The int to process. |
Résultat |