Package org.flag4j.core
Interface VectorManipulationsMixin<TT>
- Type Parameters:
TT
- Matrix type equivalent.
- All Known Subinterfaces:
VectorMixin<T,
U, V, W, X, TT, UU, WW>
- All Known Implementing Classes:
CooCVector
,CooVector
,CVector
,Vector
public interface VectorManipulationsMixin<TT>
This interface specifies manipulations which all vectors should implement.
-
Method Summary
-
Method Details
-
extend
Extends a vector a specified number of times to a matrix.- Parameters:
n
- The number of times to extend this vector.axis
- Axis along which to extend vector.- Returns:
- A matrix which is the result of extending a vector
n
times.
-