Skip to content

Support C/F mixed case for least-square problem #234

Closed
@termoshtt

Description

@termoshtt

From #227

let a: Array2<f64> = random((3, 4).f());
let b: Array2<f64> = random((3, 2));
let result = a.least_squares(&b).unwrap();

will returns Lapack(InvalidShape) error, but it should be transposed automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug issue, or bug fix change

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions