Mat2DMoment: k-th moment of a 2x2 matrix, i.e tr(A^k)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | k | |||
| type(Mat2D), | intent(in) | :: | A |
MatS2DMoment: k-th moment of a 2x2 symmetric matrix, i.e tr(A^k)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | k | |||
| type(MatS2D), | intent(in) | :: | A |
Mat3DMoment: k-th moment of a 3x3 matrix, i.e tr(A^k)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | k | |||
| type(Mat3D), | intent(in) | :: | A |
MatS3DMoment: k-th moment of a 3x3 symmetric matrix, i.e tr(A^k)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | k | |||
| type(MatS3D), | intent(in) | :: | A |