MatrixCheck: Check Matrix Properties

Description Usage Arguments Author(s) See Also

View source: R/MatrixCheck.R

Description

Checks matrix properties and stops if any test fails. Returns the matrix if all tests succeed.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Arguments

A

Input.

IsSquareMatrix

Logical. Test if input is a square matrix.

IsSymmetric

Logical. Test if input is a symmetric matrix.

IsNilpotent

Logical. Test if input is a nilponent matrix.

...

...

Author(s)

Ivan Jacob Agaloos Pesigan

See Also

Other predicate functions: IsDiagonal(), IsIdempotent(), IsInvertible(), IsMatrix(), IsNilpotent(), IsOrthogonal(), IsPositiveDefinite(), IsScalar(), IsSingular(), IsSquareMatrix(), IsSymmetric(), IsVector()


jeksterslab/matrixR documentation built on Feb. 22, 2021, 8:10 a.m.