I have a javascript matrix class with constructor
class Matrix { constructor(rows, cols) { this.rows = rows; this.cols = cols; this.data = A