| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Method and Description |
|---|---|
IntSquareMatrix |
IntSquareMatrix.copyLowerToUpper()
copy lower triangle into upper triangle.
|
IntSquareMatrix |
IntSquareMatrix.copyUpperToLower()
copy upper triangle into lower triangle.
|
static IntSquareMatrix |
IntSquareMatrix.diagonal(IntArray f)
create diagonal matrix from real matrix.
|
IntSquareMatrix |
IntSquareMatrix.multiply(IntSquareMatrix m)
matrix multiplication.
|
static IntSquareMatrix |
IntSquareMatrix.outerProduct(IntArray f)
Creates square matrix from real matrix.
|
IntSquareMatrix |
IntSquareMatrix.plus(IntSquareMatrix m)
matrix addition.
|
IntSquareMatrix |
IntSquareMatrix.subtract(IntSquareMatrix m)
matrix subtraction.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IntSquareMatrix.isEqualTo(IntSquareMatrix r)
are two matrices identical
|
IntSquareMatrix |
IntSquareMatrix.multiply(IntSquareMatrix m)
matrix multiplication.
|
IntSquareMatrix |
IntSquareMatrix.plus(IntSquareMatrix m)
matrix addition.
|
void |
IntSquareMatrix.shallowCopy(IntSquareMatrix m)
shallowCopy an existing square matrix.
|
IntSquareMatrix |
IntSquareMatrix.subtract(IntSquareMatrix m)
matrix subtraction.
|
| Constructor and Description |
|---|
IntSquareMatrix(IntSquareMatrix m)
copy constructor.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.