DVectorCombine Method
Low-level method to linearly combine vectors with weights.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static DVector Combine(
DVector weights,
params DVector[] vectors
)
- weights DVector
- The weights for each vector.
- vectors DVector
- Vectors to be linearly combined.
DVectorThe linear combination of vectors.
When weights has one more item than vectors,
that first item is used as the constant term.