Interface AlgebraElem<A extends AlgebraElem<A,C>, C extends RingElem<C>>
- Type Parameters:
A- algebra typeC- scalar type
- All Superinterfaces:
AbelianGroupElem<A>, Comparable<A>, Element<A>, MonoidElem<A>, RingElem<A>, Serializable
- All Known Implementing Classes:
GenMatrix
-
Method Summary
Modifier and TypeMethodDescriptionlinearCombination(A b, C s) Linear combination.linearCombination(C a, A b, C s) Linear combination.scalarMultiply(C s) Scalar multiplication.Methods inherited from interface Element
compareTo, copy, equals, factory, hashCode, toScript, toScriptFactoryMethods inherited from interface MonoidElem
divide, inverse, isONE, isUnit, leftDivide, leftRemainder, multiply, power, quotientRemainder, remainder, rightDivide, rightRemainder, twosidedDivide, twosidedRemainder
-
Method Details
-
scalarMultiply
-
linearCombination
-
linearCombination
-