Home | History | Annotate | Download | only in SparseLU

Lines Matching full:nrow

25  * \param nrow Number of rows in the rectangular part of the supernode
35 const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
41 const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros)
67 Index ldl = internal::first_multiple(nrow, PacketSize);
68 Map<Matrix<Scalar,Dynamic,SegSizeAtCompileTime>, 0, OuterStride<> > B( &(lusup.data()[luptr]), nrow, segsize, OuterStride<>(lda) );
71 Map<Matrix<Scalar,Dynamic,1>, 0, OuterStride<> > l(tempv.data()+segsize+aligned_offset+aligned_with_B_offset, nrow, OuterStride<>(ldl) );
85 for (i = 0; i < nrow; i++)
96 const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
102 const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros)
110 for (; i+1 < nrow; i+=2)
123 if(i<nrow)