• Api Documentation
Show / Hide Table of Contents
  • IntersectingQuadrature
    • HyperRectangle
    • IHyperRectangle
    • IQuadrater
    • Methods
    • Quadrature
    • QuadratureNode
    • QuadratureRule
    • Symbol
  • IntersectingQuadrature.Tensor
    • Algebra
    • ConstantPolynomial
    • GradientComponent
    • IScalarFunction
    • IVectorFunction
    • LinearPolynomial
    • LinearVectorPolynomial
    • QuadraticPolynomial
    • QuadraticVectorPolynomial
    • ScalarComposition
    • Tensor1
    • Tensor2
    • Tensor3
    • VectorComposition

Class Tensor3

Inheritance
object
Tensor3
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: IntersectingQuadrature.Tensor
Assembly: IntersectingQuadrature.dll
Syntax
public class Tensor3

Properties

| Edit this page View Source

this[int, int, int]

Declaration
public double this[int i, int j, int k] { get; set; }
Parameters
Type Name Description
int i
int j
int k
Property Value
Type Description
double
| Edit this page View Source

M

Declaration
public int M { get; }
Property Value
Type Description
int
| Edit this page View Source

N

Declaration
public int N { get; }
Property Value
Type Description
int
| Edit this page View Source

O

Declaration
public int O { get; }
Property Value
Type Description
int

Methods

| Edit this page View Source

Clone()

Declaration
public Tensor3 Clone()
Returns
Type Description
Tensor3
| Edit this page View Source

Zeros(int)

Declaration
public static Tensor3 Zeros(int m)
Parameters
Type Name Description
int m
Returns
Type Description
Tensor3
| Edit this page View Source

Zeros(int, int, int)

Declaration
public static Tensor3 Zeros(int m, int n, int o)
Parameters
Type Name Description
int m
int n
int o
Returns
Type Description
Tensor3

Operators

| Edit this page View Source

operator +(Tensor3, Tensor3)

Declaration
public static Tensor3 operator +(Tensor3 a, Tensor3 b)
Parameters
Type Name Description
Tensor3 a
Tensor3 b
Returns
Type Description
Tensor3
| Edit this page View Source

operator *(Tensor1, Tensor3)

Declaration
public static Tensor2 operator *(Tensor1 a, Tensor3 b)
Parameters
Type Name Description
Tensor1 a
Tensor3 b
Returns
Type Description
Tensor2
| Edit this page View Source

operator *(Tensor2, Tensor3)

Declaration
public static Tensor3 operator *(Tensor2 a, Tensor3 b)
Parameters
Type Name Description
Tensor2 a
Tensor3 b
Returns
Type Description
Tensor3
| Edit this page View Source

operator *(Tensor3, Tensor1)

Declaration
public static Tensor2 operator *(Tensor3 a, Tensor1 b)
Parameters
Type Name Description
Tensor3 a
Tensor1 b
Returns
Type Description
Tensor2
| Edit this page View Source

operator *(Tensor3, Tensor2)

Declaration
public static Tensor3 operator *(Tensor3 a, Tensor2 b)
Parameters
Type Name Description
Tensor3 a
Tensor2 b
Returns
Type Description
Tensor3
| Edit this page View Source

operator *(double, Tensor3)

Declaration
public static Tensor3 operator *(double a, Tensor3 b)
Parameters
Type Name Description
double a
Tensor3 b
Returns
Type Description
Tensor3
| Edit this page View Source

operator -(Tensor3, Tensor3)

Declaration
public static Tensor3 operator -(Tensor3 a, Tensor3 b)
Parameters
Type Name Description
Tensor3 a
Tensor3 b
Returns
Type Description
Tensor3
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX