Deep.Net


SizeProductT

Namespace: SymTensor
Parent Module: SizeProductTypes

product of elementary size specifications

Constructors

ConstructorDescription
new(b, pow)
Signature: (b:SizeSymbolT * pow:int64) -> SizeProductT

CompiledName: .ctor

new(b)
Signature: b:SizeSymbolT -> SizeProductT

CompiledName: .ctor

new()
Signature: unit -> SizeProductT

CompiledName: .ctor

new(symbols)
Signature: symbols:Map<SizeSymbolT,int64> -> SizeProductT

CompiledName: .ctor

Instance members

Instance memberDescription
Pretty
Signature: string

CompiledName: get_Pretty

Symbols
Signature: Map<SizeSymbolT,int64>

CompiledName: get_Symbols

Static members

Static memberDescription
( * )(a, b)
Signature: (a:SizeSymbolT * b:SizeProductT) -> SizeProductT

CompiledName: op_Multiply

( * )(a, b)
Signature: (a:SizeProductT * b:SizeSymbolT) -> SizeProductT

CompiledName: op_Multiply

( * )(a, b)
Signature: (a:SizeProductT * b:SizeProductT) -> SizeProductT

CompiledName: op_Multiply

Fork me on GitHub