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

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

Properties

| Edit this page View Source

this[int]

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

M

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

Methods

| Edit this page View Source

Clone()

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

Ones(int)

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

Vector(double)

Declaration
public static Tensor1 Vector(double x)
Parameters
Type Name Description
double x
Returns
Type Description
Tensor1
| Edit this page View Source

Vector(double, double)

Declaration
public static Tensor1 Vector(double x, double y)
Parameters
Type Name Description
double x
double y
Returns
Type Description
Tensor1
| Edit this page View Source

Vector(double, double, double)

Declaration
public static Tensor1 Vector(double x, double y, double z)
Parameters
Type Name Description
double x
double y
double z
Returns
Type Description
Tensor1
| Edit this page View Source

Zeros(int)

Declaration
public static Tensor1 Zeros(int m)
Parameters
Type Name Description
int m
Returns
Type Description
Tensor1

Operators

| Edit this page View Source

operator +(Tensor1, Tensor1)

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

operator /(Tensor1, double)

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

operator *(Tensor1, Tensor1)

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

operator *(Tensor1, Tensor2)

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

operator *(Tensor1, double)

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

operator *(Tensor2, Tensor1)

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

operator *(double, Tensor1)

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

operator -(Tensor1, Tensor1)

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