rows
function rows(X:LLT) -> Integer64
Number of rows of a symmetric positive definite matrix.
function rows(x:DelayExpression) -> Integer
Number of rows of a vector; equals length()
.
function rows<Value>(X:Value[_,_]) -> Integer
Number of rows of a matrix.
function rows(x:Real) -> Integer
Number of rows of a scalar; equals 1.
function rows(x:Integer) -> Integer
Number of rows of a scalar; equals 1.
function rows(x:Boolean) -> Integer
Number of rows of a scalar; equals 1.
function rows<Type>(x:Type[_]) -> Integer
Number of rows of a vector; equals length()
.