Class Tensor1
Assembly: IntersectingQuadrature.dll
Syntax
Properties
|
Edit this page
View Source
this[int]
Declaration
public double this[int index] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
index |
|
Property Value
|
Edit this page
View Source
M
Declaration
Property Value
Methods
|
Edit this page
View Source
Clone()
Declaration
Returns
|
Edit this page
View Source
Ones(int)
Declaration
public static Tensor1 Ones(int m)
Parameters
| Type |
Name |
Description |
| int |
m |
|
Returns
|
Edit this page
View Source
Vector(double)
Declaration
public static Tensor1 Vector(double x)
Parameters
| Type |
Name |
Description |
| double |
x |
|
Returns
|
Edit this page
View Source
Vector(double, double)
Declaration
public static Tensor1 Vector(double x, double y)
Parameters
Returns
|
Edit this page
View Source
Vector(double, double, double)
Declaration
public static Tensor1 Vector(double x, double y, double z)
Parameters
Returns
|
Edit this page
View Source
Zeros(int)
Declaration
public static Tensor1 Zeros(int m)
Parameters
| Type |
Name |
Description |
| int |
m |
|
Returns
Operators
|
Edit this page
View Source
operator +(Tensor1, Tensor1)
Declaration
public static Tensor1 operator +(Tensor1 a, Tensor1 b)
Parameters
Returns
|
Edit this page
View Source
operator /(Tensor1, double)
Declaration
public static Tensor1 operator /(Tensor1 a, double b)
Parameters
Returns
|
Edit this page
View Source
operator *(Tensor1, Tensor1)
Declaration
public static double operator *(Tensor1 a, Tensor1 b)
Parameters
Returns
|
Edit this page
View Source
operator *(Tensor1, Tensor2)
Declaration
public static Tensor1 operator *(Tensor1 a, Tensor2 b)
Parameters
Returns
|
Edit this page
View Source
operator *(Tensor1, double)
Declaration
public static Tensor1 operator *(Tensor1 a, double b)
Parameters
Returns
|
Edit this page
View Source
operator *(Tensor2, Tensor1)
Declaration
public static Tensor1 operator *(Tensor2 a, Tensor1 b)
Parameters
Returns
|
Edit this page
View Source
operator *(double, Tensor1)
Declaration
public static Tensor1 operator *(double a, Tensor1 b)
Parameters
Returns
|
Edit this page
View Source
operator -(Tensor1, Tensor1)
Declaration
public static Tensor1 operator -(Tensor1 a, Tensor1 b)
Parameters
Returns