Header menu logo bristlecone

TypedTensor<'Shape, 'u> Type

'Shape = Scalar | Vector | Matrix 'U = unit of measure for element type (or float for no UoM)

Record fields

Record Field Description

Inner

Full Usage: Inner

Field type: Tensor
Field type: Tensor

Instance members

Instance member Description

this.Value

Full Usage: this.Value

Returns: Tensor
Returns: Tensor

Static members

Static member Description

v ** p

Full Usage: v ** p

Parameters:
Returns: TypedTensor<'a, 'u0>
v : TypedTensor<Vector, 'u>
p : float
Returns: TypedTensor<'a, 'u0>

a * b

Full Usage: a * b

Parameters:
Returns: TypedTensor<Vector, MeasureProduct<'v, MeasureProduct<'u, MeasureOne>>>

s * v

Full Usage: s * v

Parameters:
Returns: TypedTensor<Vector, MeasureProduct<'v, MeasureProduct<'u, MeasureOne>>>

v * s

Full Usage: v * s

Parameters:
Returns: TypedTensor<Vector, MeasureProduct<'v, MeasureProduct<'u, MeasureOne>>>

a * k

Full Usage: a * k

Parameters:
Returns: TypedTensor<'a, 'u0>
a : TypedTensor<Scalar, 'u>
k : float
Returns: TypedTensor<'a, 'u0>

k * a

Full Usage: k * a

Parameters:
Returns: TypedTensor<'a, 'u0>
k : float
a : TypedTensor<Scalar, 'u>
Returns: TypedTensor<'a, 'u0>

a * b

Full Usage: a * b

Parameters:
Returns: TypedTensor<Scalar, MeasureProduct<'v, MeasureProduct<'u, MeasureOne>>>

a + b

Full Usage: a + b

Parameters:
Returns: TypedTensor<'a, 'u0>
a : TypedTensor<Vector, 'u>
b : TypedTensor<Vector, 'u>
Returns: TypedTensor<'a, 'u0>

a + b

Full Usage: a + b

Parameters:
Returns: TypedTensor<Scalar, 'u>
a : TypedTensor<Scalar, 'u>
b : TypedTensor<Scalar, 'u>
Returns: TypedTensor<Scalar, 'u>

a - b

Full Usage: a - b

Parameters:
Returns: TypedTensor<Vector, 'u>
a : TypedTensor<Vector, 'u>
b : TypedTensor<Vector, 'u>
Returns: TypedTensor<Vector, 'u>

a - b

Full Usage: a - b

Parameters:
Returns: TypedTensor<Scalar, 'u>
a : TypedTensor<Scalar, 'u>
b : TypedTensor<Scalar, 'u>
Returns: TypedTensor<Scalar, 'u>

v / s

Full Usage: v / s

Parameters:
Returns: TypedTensor<Vector, MeasureProduct<MeasureInverse<'v>, MeasureProduct<'u, MeasureOne>>>

a / b

Full Usage: a / b

Parameters:
Returns: TypedTensor<Scalar, MeasureProduct<MeasureInverse<'v>, MeasureProduct<'u, MeasureOne>>>

Type something to start searching.