Skip to content

Add more constructors for the matrix class #6

Description

@codingiitg

Add more constructors with the following function prototype -
Matrix(int N); // initializes a NxN matrix with 0 value
Matrix(int N, int M); // initializes a NxM matrix with 0 value

Metadata

Metadata

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions