⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.pred

📁 C 开发的有限元软件
💻 PRED
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -