This project is closed and read-only.
Actions
Bug #1526
closedInconsistency with Matrix#row_vectors([]) and Matrix#column_vectors([])
Bug #1526:
Inconsistency with Matrix#row_vectors([]) and Matrix#column_vectors([])
Status:
Rejected
Assignee:
Description
Updated by marcandre (Marc-Andre Lafortune) almost 17 years ago
- Category set to lib
- Assignee set to keiju (Keiju Ishitsuka)
=begin
=end
Updated by keiju (Keiju Ishitsuka) almost 17 years ago
- Status changed from Open to Rejected
=begin
Matrix[[]] is 1x0-Empty Matrix. This matrix column size is 0, and row_size is 1. Therefore, Matrix[[]].column_vectors is empty array, and Matrix[[]].row_vectors is a array of one empty vector.
=end
Actions