Package org.djunits.vecmat.operations
package org.djunits.vecmat.operations
Interfaces for Vector and Matrix operations.
Copyright (c) 2025-2026 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djunits.org. The DJUNITS project is distributed under a three-clause BSD-style license.
- Author:
- Alexander Verbraeck
-
InterfacesClassDescriptionHadamard<VM,
SI> Hadamard operations are element-wise operations on vectors, matrices or collections of quantities.Normed calculates a norm of an element, expressed as a quantity.VectorTransposable enforces the contract on a vector to transpose the vector (swap rows and columns).