Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Add initialization of multidimensional arrays #38

@bardo84

Description

@bardo84

something I had to search longer for..

x = zeros(5, 5) # Float64 by default
y = zeros(Int8, 10, 2) # with given (number) type - which types are (not) supported?
z = one(x) # I, sizeof(x), eye(5) in Matlab,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions