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