pyfan.amto.array.mesh.two_mat_mesh

pyfan.amto.array.mesh.two_mat_mesh(mat_one, mat_two, return_joint=False, return_single_col=False)[source]
Parameters
return_single_col: boolean

mat_one and mat_two are single vector, shape them into 2d array with 1 column, rather than 1d. If not, could cause multiplication problems when we have both 1 column 2d array and single column 1d array in the same formula. But this can not always to set to True, hence default is actually false, because this function could take as input a matrix for mat_one, in that case, already 2d array.