Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val action: BilinearMap<BA, B, B, S, V, M>
Link copied to clipboard
abstract val coeffAlgebra: Algebra<BA, S, V, M>
Link copied to clipboard
abstract val context: ModuleContext<BA, B, S, V, M>
Link copied to clipboard
abstract val matrixSpace: MatrixSpace<S, V, M>
Link copied to clipboard

Functions

Link copied to clipboard
open fun act(a: Vector<BA, S, V>, b: Vector<B, S, V>): Vector<B, S, V>
Link copied to clipboard
open fun findSmallGenerator(finder: SmallGeneratorFinder<BA, S, V, M, Algebra<BA, S, V, M>> = SmallGeneratorFinder.getDefaultFor(this.coeffAlgebra)): List<Vector<B, S, V>>
Link copied to clipboard
open fun getIdentity(): ModuleMap<BA, B, B, S, V, M>