Private Proxies – Buy Cheap Private Elite USA Proxy + 50% Discount!Private Proxies – Buy Cheap Private Elite USA Proxy + 50% Discount!Private Proxies – Buy Cheap Private Elite USA Proxy + 50% Discount!Private Proxies – Buy Cheap Private Elite USA Proxy + 50% Discount!
    0
  •   was successfully added to your cart.
  • Home
  • Buy proxies
  • Extra features
  • Help
  • Contact
  • Login
  • 50% OFF
    BUY NOW!
    50
    PROXIES
    $19
    --------------------
    BUY NOW!
    BUY NOW!
    BUY NOW!
    BUY NOW!
    BUY NOW!
    $29
    $49
    $109
    $179
    $299
    --------------------
    --------------------
    --------------------
    --------------------
    --------------------
    PROXIES
    PROXIES
    PROXIES
    PROXIES
    PROXIES
    100
    200
    500
    1,000
    2,000
    TOP SELLER
    BEST VALUE
    For All Private Proxies!

I have a matrix that I generate with a procedure that looks like this:

blaMX[ptsX_Integer, ptsY_Integer] :=   Table[    With[     {      ix = 1 + Floor[(i - 1)/(ptsY)], jx = 1 + Floor[(j - 1)/(ptsY)],      iy = Mod[i, ptsY, 1], jy = Mod[j, ptsY, 1]      },     If[iy != jy,       0,       k1[ix, jx]       ] +      If[ix != jx,       0,       k2[iy, jy]       ]     ],    {i, ptsX*ptsY},    {j, ptsX*ptsY}    ]; 

where I have two matrices k1 of dimension ptsX and k2 of dimension ptsY

It generates a block-diagonal matrix with a bunch of block-bands. The basic structure looks like:

blaMX[6, 9] /. {_k1 -> 1, _k2 -> 2, c -> 3} // MatrixPlot 

basic MX

each of those diagonal blocks is k2 duplicated:

blaMX[3, 6][[7 ;; 12, 7 ;; 12]] /. _k1 -> 0 // Grid  k2[1,1] k2[1,2] k2[1,3] k2[1,4] k2[1,5] k2[1,6] k2[2,1] k2[2,2] k2[2,3] k2[2,4] k2[2,5] k2[2,6] k2[3,1] k2[3,2] k2[3,3] k2[3,4] k2[3,5] k2[3,6] k2[4,1] k2[4,2] k2[4,3] k2[4,4] k2[4,5] k2[4,6] k2[5,1] k2[5,2] k2[5,3] k2[5,4] k2[5,5] k2[5,6] k2[6,1] k2[6,2] k2[6,3] k2[6,4] k2[6,5] k2[6,6] 

Each band is made up of blocks, as an unwrapping of k1 with the Band starting at {n+(i-1)*ptsY, n+(j-1)*ptsY} being k1[[i+1, j+1]] (essentially just using Quotient:

With[{n = 1},   Table[    blaMX[6, 9][[       (i - 1)*9 + n,        (j - 1)*9 + n       ]] /. _k2 -> 0,    {i, 6},    {j, 6}    ]   ] // Grid 

Now, my generation procedure is wildly inefficient. I do ptsX^2*ptsY^2 work, when I really only have ptsX*ptsY*(ptsX+ptsY-1) (which is just 2 n^3- n^2 if ptsX==ptsY==n) non-zero elements.

So what is the best way to build a matrix of this form? My current version looks like:

makeKMat[k1_, k2_] :=   With[{     k1SparseRules =      With[{ptsX = Length@k1, ptsY = Length@k2},       Flatten[        Table[         Band[{(i - 1)*ptsY + 1, (j - 1)*ptsY + 1}, {i*ptsY, j*ptsY}] ->          k1[[i, j]],         {i, ptsX},         {j, ptsX}         ],        1        ]       ],     k2SparseRules =      With[{ptsX = Length@k1, ptsY = Length@k2},       {        Band[{1, 1}] ->         ConstantArray[k2, ptsX]        }       ]     },    With[{k3 = SparseArray[k2SparseRules]},     SparseArray[k1SparseRules, Dimensions[k3]] + k3     ]    ]; 

And this works:

k1Pts = 6; k2Pts = 9; k1Test = Array[k1, {k1Pts, k1Pts}]; k2Test = Array[k2, {k2Pts, k2Pts}]; kMatTest = makeKMat[k1Test, k2Test]; kMatTest == blaMX[6, 9]  True 

And is pretty fast, all considered:

k1Test2 = RandomReal[{}, {15, 15}]; k2Test2 = RandomReal[{}, {15, 15}];  {tt, mx} = makeKMat[k1Test2, k2Test2] // RepeatedTiming; tt  0.0071  {tt2, lmx} = lazyMX[k1Test2, k2Test2] // RepeatedTiming; tt2  0.338 

But I can’t help but feel this could be done more efficiently. Can someone propose a better way to build a block-banded SparseArray like this?

✓ Extra quality

ExtraProxies brings the best proxy quality for you with our private and reliable proxies

✓ Extra anonymity

Top level of anonymity and 100% safe proxies – this is what you get with every proxy package

✓ Extra speed

1,ooo mb/s proxy servers speed – we are way better than others – just enjoy our proxies!

50 proxies

$19/month

50% DISCOUNT!
$0.38 per proxy
✓ Private
✓ Elite
✓ Anonymous
Buy now

100 proxies

$29/month

50% DISCOUNT!
$0.29 per proxy
✓ Private
✓ Elite
✓ Anonymous
Buy now

200 proxies

$49/month

50% DISCOUNT!
$0.25 per proxy
✓ Private
✓ Elite
✓ Anonymous
Buy now

500 proxies

$109/month

50% DISCOUNT!
$0.22 per proxy
✓ Private
✓ Elite
✓ Anonymous
Buy now

1,000 proxies

$179/month

50% DISCOUNT!
$0.18 per proxy
✓ Private
✓ Elite
✓ Anonymous
Buy now

2,000 proxies

$299/month

50% DISCOUNT!
$0.15 per proxy
✓ Private
✓ Elite
✓ Anonymous
Buy now

USA proxy location

We offer premium quality USA private proxies – the most essential proxies you can ever want from USA

100% anonymous

Our proxies have TOP level of anonymity + Elite quality, so you are always safe and secure with your proxies

Unlimited bandwidth

Use your proxies as much as you want – we have no limits for data transfer and bandwidth, unlimited usage!

Superfast speed

Superb fast proxy servers with 1,000 mb/s speed – sit back and enjoy your lightning fast private proxies!

99,9% servers uptime

Alive and working proxies all the time – we are taking care of our servers so you can use them without any problems

No usage restrictions

You have freedom to use your proxies with every software, browser or website you want without restrictions

Perfect for SEO

We are 100% friendly with all SEO tasks as well as internet marketing – feel the power with our proxies

Big discounts

Buy more proxies and get better price – we offer various proxy packages with great deals and discounts

Premium support

We are working 24/7 to bring the best proxy experience for you – we are glad to help and assist you!

Satisfaction guarantee

24/7 premium support, free proxy activation and 100% safe payments! Best reliability private proxies for your needs!

Best Proxy Packs

  • 2,000 Private Proxies $600.00 $299.00 / month
  • 1,000 Private Proxies $360.00 $179.00 / month

Quick Links

  • More information
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Like And Follow Us


Copyright ExtraProxies.com | All Rights Reserved.
  • Checkout
  • Contact
  • Help
  • Home
  • My Account
  • My Cart
  • News
  • Privacy Policy
  • Proxy features
  • Proxy packs
  • Terms and Conditions
Private Proxies – Buy Cheap Private Elite USA Proxy + 50% Discount!
    0 items