• 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 Tensor2

Inheritance
object
Tensor2
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 Tensor2

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
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

Methods

| Edit this page View Source

Clone()

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

Unit(int)

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

Zeros(int)

Declaration
public static Tensor2 Zeros(int m)
Parameters
Type Name Description
int m
Returns
Type Description
Tensor2
| 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
Type Description
Tensor2

Operators

| Edit this page View Source

operator +(Tensor2, Tensor2)

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

operator *(Tensor2, Tensor2)

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

operator -(Tensor2, Tensor2)

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