| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Class and Description |
|---|---|
class |
IntArray
array of ints
IntArray represents a 1-dimensional vector or array of ints and is basically
a wrapper for int[] in Java There are a lot of useful member functions
(sorting, ranges, parallel operations The default is an array with zero
points All arrays are valid objects.
|
class |
RealArray
array of doubles
RealArray represents a 1-dimensional array of doubles and is basically a
wrapper for double[] in Java There are a lot of useful member functions
(sorting, ranges, parallel operations
The default is an array with zero points All arrays are valid objects.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.