proxsuite 0.7.2
The Advanced Proximal Optimization Toolbox
 
Loading...
Searching...
No Matches
proxsuite.torch.utils Namespace Reference

Functions

 extract_nBatch (Q, p, A, b, G, l, u)
 
 print_header (msg)
 
 to_np (t)
 
 bger (x, y)
 
 get_sizes (G, A=None)
 
 bdiag (d)
 
 expandParam (X, nBatch, nDim)
 

Function Documentation

◆ extract_nBatch()

proxsuite.torch.utils.extract_nBatch ( Q,
p,
A,
b,
G,
l,
u )

Definition at line 5 of file utils.py.

◆ print_header()

proxsuite.torch.utils.print_header ( msg)

Definition at line 15 of file utils.py.

◆ to_np()

proxsuite.torch.utils.to_np ( t)

Definition at line 19 of file utils.py.

◆ bger()

proxsuite.torch.utils.bger ( x,
y )

Definition at line 28 of file utils.py.

◆ get_sizes()

proxsuite.torch.utils.get_sizes ( G,
A = None )

Definition at line 32 of file utils.py.

◆ bdiag()

proxsuite.torch.utils.bdiag ( d)

Definition at line 46 of file utils.py.

◆ expandParam()

proxsuite.torch.utils.expandParam ( X,
nBatch,
nDim )

Definition at line 54 of file utils.py.