matrix_deep_clone

1.0.2 • Public • Published

Deep Matrix Clone

This project helps to make a deep clone of a matrix.

Prerequisites

Node.js

Installing

First, head over to nodejs.org and install Node.js.

$ npm install matrix_deep_clone

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

var clone = require('matrix_deep_clone');
var a = [[1,2,3],[4,5,6],[7,8,9]]
var a_copy = clone.deepCloneMatrix(a);

Authors

  • Nikhil Ashodariya -(https://github.com/NikhilAshodariya)

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Readme

Keywords

Package Sidebar

Install

npm i matrix_deep_clone

Weekly Downloads

50

Version

1.0.2

License

ISC

Last publish

Collaborators

  • nikhilashodariya