Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ones and zeros in Matrix methods #99

Open
vickysharma0812 opened this issue Dec 13, 2021 · 1 comment
Open

ones and zeros in Matrix methods #99

vickysharma0812 opened this issue Dec 13, 2021 · 1 comment
Labels
enhancement New feature or request matrix matrix utility wishlist Tell us which feature do you want in easifemBase

Comments

@vickysharma0812
Copy link
Member

Add

  • ones
  • zeros

method to create arrays upto 7 dimensions.

Regards
Vikas

@vickysharma0812 vickysharma0812 added enhancement New feature or request matrix matrix wishlist Tell us which feature do you want in easifemBase labels Dec 13, 2021
@vickysharma0812 vickysharma0812 added this to the easifemBase.v21.4.0 milestone Dec 13, 2021
@vickysharma0812 vickysharma0812 changed the title Matrix methods ones and zeros in Matrix methods Dec 13, 2021
@vickysharma0812
Copy link
Member Author

specs

intvec = ones(5, 1_Int64)
intvec= ones(5,1_Int32)
...

realvec = ones(5, 1.0_Real32)
realvec = ones(5, 1.0_Real64)
...

intmat = ones(5,3, 1_Int64)
intmat = ones(5,3, 1_Int32)
...

Regards
vikas

@vickysharma0812 vickysharma0812 removed this from the easifemBase.v21.4.0 milestone Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request matrix matrix utility wishlist Tell us which feature do you want in easifemBase
Projects
None yet
Development

No branches or pull requests

1 participant