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

Inheritance
object
Algebra
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 static class Algebra

Methods

| Edit this page View Source

Abs(Tensor1)

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

Abs(Tensor2)

Declaration
public static Tensor2 Abs(Tensor2 x)
Parameters
Type Name Description
Tensor2 x
Returns
Type Description
Tensor2
| Edit this page View Source

Determinant(Tensor2)

Declaration
public static double Determinant(Tensor2 t)
Parameters
Type Name Description
Tensor2 t
Returns
Type Description
double
| Edit this page View Source

Dyadic(Tensor1, Tensor1)

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

Max(Tensor1)

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

Min(Tensor1)

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

Pow(double, int)

Declaration
public static double Pow(double x, int power)
Parameters
Type Name Description
double x
int power
Returns
Type Description
double
| Edit this page View Source

Pow(int, int)

Declaration
public static int Pow(int x, int power)
Parameters
Type Name Description
int x
int power
Returns
Type Description
int
| Edit this page View Source

Scale(Tensor1, double)

Declaration
public static void Scale(Tensor1 t, double a)
Parameters
Type Name Description
Tensor1 t
double a
| Edit this page View Source

Scale(Tensor2, double)

Declaration
public static void Scale(Tensor2 t, double a)
Parameters
Type Name Description
Tensor2 t
double a
| Edit this page View Source

Scale(Tensor3, double)

Declaration
public static void Scale(Tensor3 t, double a)
Parameters
Type Name Description
Tensor3 t
double a
| Edit this page View Source

Sum(Tensor1)

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

Transpose(Tensor2)

Declaration
public static Tensor2 Transpose(Tensor2 t)
Parameters
Type Name Description
Tensor2 t
Returns
Type Description
Tensor2
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX