Class Tensor3
Assembly: IntersectingQuadrature.dll
Syntax
Properties
|
Edit this page
View Source
this[int, int, int]
Declaration
public double this[int i, int j, int k] { get; set; }
Parameters
Property Value
|
Edit this page
View Source
M
Declaration
Property Value
|
Edit this page
View Source
N
Declaration
Property Value
|
Edit this page
View Source
O
Declaration
Property Value
Methods
|
Edit this page
View Source
Clone()
Declaration
Returns
|
Edit this page
View Source
Zeros(int)
Declaration
public static Tensor3 Zeros(int m)
Parameters
| Type |
Name |
Description |
| int |
m |
|
Returns
|
Edit this page
View Source
Zeros(int, int, int)
Declaration
public static Tensor3 Zeros(int m, int n, int o)
Parameters
Returns
Operators
|
Edit this page
View Source
operator +(Tensor3, Tensor3)
Declaration
public static Tensor3 operator +(Tensor3 a, Tensor3 b)
Parameters
Returns
|
Edit this page
View Source
operator *(Tensor1, Tensor3)
Declaration
public static Tensor2 operator *(Tensor1 a, Tensor3 b)
Parameters
Returns
|
Edit this page
View Source
operator *(Tensor2, Tensor3)
Declaration
public static Tensor3 operator *(Tensor2 a, Tensor3 b)
Parameters
Returns
|
Edit this page
View Source
operator *(Tensor3, Tensor1)
Declaration
public static Tensor2 operator *(Tensor3 a, Tensor1 b)
Parameters
Returns
|
Edit this page
View Source
operator *(Tensor3, Tensor2)
Declaration
public static Tensor3 operator *(Tensor3 a, Tensor2 b)
Parameters
Returns
|
Edit this page
View Source
operator *(double, Tensor3)
Declaration
public static Tensor3 operator *(double a, Tensor3 b)
Parameters
Returns
|
Edit this page
View Source
operator -(Tensor3, Tensor3)
Declaration
public static Tensor3 operator -(Tensor3 a, Tensor3 b)
Parameters
Returns