Project

General

Profile

This project is closed and read-only.

Actions

Bug #1526

closed

Inconsistency with Matrix#row_vectors([]) and Matrix#column_vectors([])

Bug #1526: Inconsistency with Matrix#row_vectors([]) and Matrix#column_vectors([])

Added by runpaint (Run Paint Run Run) over 17 years ago. Updated over 15 years ago.

Status:
Rejected
[ruby-core:23576]

Description

=begin
I suspect that the return value of Matrix[[]].row_vectors and Matrix[[]].column_vectors should be consistent.

 > Matrix[[]].column_vectors
 => []
 > Matrix[[]].row_vectors
 => [Vector[]]

=end


Related issues 1 (0 open1 closed)

Related to Ruby - Bug #1532: Improved matrix.rb [patch]Closedkeiju (Keiju Ishitsuka)Actions
Actions

Also available in: PDF Atom