public static class
Qr.Options
Optional attributes for Qr
Public Methods
Qr.Options |
fullMatrices(Boolean fullMatrices)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public Qr.Options fullMatrices (Boolean fullMatrices)
Parameters
fullMatrices | If true, compute full-sized `q` and `r`. If false (the default), compute only the leading `P` columns of `q`. |
---|