Improve matrix handling, remove VEC_INIT macro
authorLukas Jiriste <ljiriste@student.42prague.com>
Wed, 17 Jan 2024 13:56:09 +0000 (14:56 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Wed, 17 Jan 2024 13:56:09 +0000 (14:56 +0100)
commit00bb2e3124c52f1269675bb28175de780ffe9c6e
tree5b3f0dc18e74cc2bcd2af45320276fe270cb6b2b
parent988bd412d9b3d0681457c4c169d398c273d0c6ff
Improve matrix handling, remove VEC_INIT macro

Improve matrix insertion by patching bugs and adding bounds checking.
Insert VEC_INIT macro as it is forbidden by the Norm.
Add ft_mat_access as matrix analog to ft_vec_access.
Makefile
ft_arr/ft_mat_access.c [new file with mode: 0644]
ft_arr/ft_mat_insert_col.c
ft_arr/ft_mat_insert_row.c
inc/ft_arr.h