Matrix


ql.Matrix(n,m)

creates matrix of n rows, m columns.

ql.Matrix(n,m,r)

creates matrix of n rows, m columns filled with r.

.


Creates a QuantLib matrix object


Index