help.pred
来自「C 开发的有限元软件」· PRED 代码 · 共 49 行
PRED
49 行
pred any?any? (X) Returns true (one) if any element of X is non-zero. Otherwise, returns false (zero). X must be a matrix or a scalar.pred compact?compact? (A) Returns true (one) if A is a compact-storage matrix. Otherwise, returns false (zero).pred every?every? (X) Returns true (one) if every element of X is non-zero. Otherwise, returns false (zero). X must be a matrix or a scalar.pred matrix?matrix? (A) Returns true (one) if A is a matrix (and not a scalar). Otherwise, returns false (zero).pred null?null? (A) Returns true (one) if A is null (has not been assigned a value). Otherwise, returns false (zero).pred scalar?scalar? (A) Returns true (one) if A is a scalar. Otherwise, returns false (zero).pred symmetric?symmetric? (X) Returns true (one) if any X is a symmetric matrix or a scalar. Otherwise, false (zero). X must be a matrix or a scalar.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?